Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

UpDownHandled Event, SftMask Object

The control contents have been modified using the up/down button.

Syntax

VB.NETPrivate Sub object_UpDownHandled(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.UpDownHandled
VBPrivate Sub object_UpDownHandled(ByVal Up As Boolean)
C#.NETvoid object_UpDownHandled(object sender, EventArgumentType e);
VC++void OnUpDownHandledobject(VARIANT_BOOL Up);
CHRESULT OnUpDownHandledobject(VARIANT_BOOL Up);

object

A SftMask object.

Up

True if the upper button was pressed, usually indicating a value increment or False if the lower button was pressed.

Comments

The UpDownHandled event occurs when the control contents have been modified using the up/down button.

See Also SftMask Events | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.